Completed
Push — master ( f9124f...ad496b )
by Dimas
09:47
created

roles.js ➔ buildData   A

Complexity

Conditions 5

Size

Total Lines 18
Code Lines 12

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 5
eloc 12
dl 0
loc 18
rs 9.3333
c 0
b 0
f 0
1
function deleteRole(role) {
2
  console.log(getFuncName(), role);
0 ignored issues
show
Debugging Code introduced by
console.log looks like debug code. Are you sure you do not want to remove it?
Loading history...
3
}
4
5
AjaxForm();
6